PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFTextBoxField Class / setIsComb Method
True if the field shall be automatically divided into as many equally spaced positions, or combs, as the value of getMaxLength, and the text is laid out into those combs.
In This Topic
    setIsComb Method
    In This Topic
    Sets a value indicating whether the field is a comb.
    Syntax
    public void setIsComb( 
       boolean value
    )

    Parameters

    value
    True if the field shall be automatically divided into as many equally spaced positions, or combs, as the value of getMaxLength, and the text is laid out into those combs.
    See Also